first version.
[build-srcpkg.git] / testing / 2.test_suite_testing.Testing for testsuite scripttest.unit / 5.scripttest_testid.Testsuite range of test id and save and del.dir / 8.scripttest_param_B.sh
blob7e0426a0642ac254d0204fc78093e3a40d960b55
1 #!/bin/bash
3 ############################################################
4 # Copyright (C) 2022- Free Software Foundation, Inc.
5 # This configure script is free software; the Free Software
6 # Foundation gives unlimited permission to copy, distribute
7 # and modify it.
9 . shlibinc
10 include stdio.shlib
13 init_dbglogout 2 testing 20000
15 dbgout "$0\n"
17 dbgout_cmd pwd
19 cd scripts
21 dbgout "aaaaaaaaaaaaaaaa\n"
22 scripttest -c
25 # 测试程序的测试id设置与使用
27 dbgout "aaaaaaaaaaaaaaaa\n"
28 scripttest -b 1.2 -s
30 dbgout "aaaaaaaaaaaaaaaa\n"
31 scripttest -B
33 dbgout "aaaaaaaaaaaaaaaa\n"
34 scripttest -n 2 -r
36 dbgout "aaaaaaaaaaaaaaaa\n"
37 scripttest -b 2 -e 3 -s
39 dbgout "aaaaaaaaaaaaaaaa\n"
40 scripttest -B
42 dbgout "aaaaaaaaaaaaaaaa\n"
43 scripttest -n 2 -r
45 dbgout "aaaaaaaaaaaaaaaa\n"